  /**SLIDER**/
   .bild-breit{
   position: relative; width: 100%;
   min-height: 420px; 
   background-repeat: no-repeat;
   background-color: #153268;
   background-position: center;
   background-size: cover;
   display: flex;
   align-items: center;
   height: 100%;
   }

  @media (max-width: 600px){
 .bild-breit{
   min-height: 500px; 
   }
}
   .textlayer1 {
   padding: 30px;
   color: #000;
   text-align: left;
   background: rgba(255,255,255,0.9);
   width: 40%;
   margin-left: 55px;
   }
   .textlayer-titel{
   font-size: 28px;
   font-weight: 600;
   margin-top: 10px;
   margin-bottom: 5px;
   }
   @media (max-width: 1130px){
   .textlayer1{
   width: 60%;
   }
   }
   @media (max-width: 880px){
   .textlayer1{
   margin: 0px; 
   width: 100%;
   }
   .textlayer-titel{
   font-size: 22px;
   text-align: center;
   }
   .textlayer1 {
   text-align: center;
   }
   }

   .carousel-control{
    width:5%;
   }

   .buttonlight
   {
   border: 1px solid #000 !important; color: #000; background: transparent; padding: .6rem 3rem; border-radius: 6px;
   }
   .buttonlight:hover {
   background: #4b4853; color: #ffffff; border: 1px solid #000 !important; 
   }
   .carousel-control{
   width: 10%;
   }
   .carousel-control.left{
   background-image: linear-gradient(to right,rgba(0, 0, 0, 0.05) 0,rgba(0,0,0,.0001) 100%);
   }
   .carousel-control.right{
   background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.05) 100%);
   }
   .carousel-caption {
   box-shadow: none;}